[Extension()] public static bool ContainsSameCodeElementsThan<TCodeElement>( HashSet<TCodeElement> codeElementsHashset, HashSet<TCodeElement> otherCodeElementsHashset ) where TCodeElement: class, ICodeElement
Parameters
- codeElementsHashset
- This hahshet of code elements objects.
- otherCodeElementsHashset
- The other hahshet of code elements objects.
Type Parameters
- TCodeElement
- The code element type that is ICodeElement or that implements ICodeElement.